From: robertl Date: Sun, 6 Jun 2010 02:43:14 +0000 (+0000) Subject: Script to build table of lrelease output. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~17^2~21 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=1f6af8b3e22a74163ddb84608c75a1cd9306f1f5;p=gpsbabel.git Script to build table of lrelease output. --- diff --git a/tools/mklanguage_status b/tools/mklanguage_status new file mode 100644 index 000000000..9d739f481 --- /dev/null +++ b/tools/mklanguage_status @@ -0,0 +1,5 @@ +lrelease gui/app.pro | +sed -e 's#Updating.*gpsbabelfe_\(..\).*#\1#' \ + -e 's#Generated \([0-9]*\) translation.*(\([0-9]*\) finished and \([0-9]*\) unfinished)#\1\2\3#' \ + -e 's#Ignored \([0-9]*\).*#\1#' +